Skip to content

Instance scan check to identify slow jobs in transaction logs. #128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Oct 9, 2024

Conversation

selvarun-umass
Copy link
Contributor

Purpose:
This Instance Scan Check is a table check scan that enables administrators to investigate transaction logs in ServiceNow to diagnose performance issues reported by users. This check specifically identifies transactions with a Response Time greater than 120 seconds, helping to uncover performance bottlenecks, understand user behavior, and track down issues within a specific time frame.

In our organization, this check has proven extremely valuable, especially when addressing slow performance in our DEV instance. By analyzing the transaction logs, we were able to pinpoint and resolve critical issues, significantly improving overall system performance.

@niamccash niamccash self-assigned this Oct 9, 2024
@niamccash
Copy link
Contributor

Thanks for your contribution. Looks like a good instance scan. But it seems you've modified the wrong readme.md file.
Can you please add your description to the root readme.md file instead of the one in the ca8467c41b9abc10ce0f62c3b24bcbaa/ folder?

@selvarun-umass
Copy link
Contributor Author

Thanks for your contribution. Looks like a good instance scan. But it seems you've modified the wrong readme.md file. Can you please add your description to the root readme.md file instead of the one in the ca8467c41b9abc10ce0f62c3b24bcbaa/ folder?

@niamccash Sure, I will change it as per your suggestion. Thank you!

As suggested, I have added the below to the root.README.md folder:

 ### Instance scan check to identify slow jobs in transaction logs.

### Purpose
The Instance Scan Check is a table check scan that allows administrators to investigate transaction logs in ServiceNow to diagnose performance issues reported by users. This check specifically identifies transactions with a **Response Time** greater than **120 seconds**, helping to uncover performance bottlenecks, understand user behavior, and track down issues within a specific time frame.
@selvarun-umass
Copy link
Contributor Author

@niamccash, I have updated the READMe.md file as per your advice, could you please check if it looks good? Thank you so much for your kind support and for your feedback.

@niamccash
Copy link
Contributor

Great! Thanks for updating!

@niamccash niamccash merged commit 2253f26 into ServiceNowDevProgram:master Oct 9, 2024
@selvarun-umass
Copy link
Contributor Author

@niamccash Thank you so much for merging it:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants